This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
The Evaluate was not needed. Just the Shell command.
Sub Click(Source As Button)
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Dim result As Integer
Set uidoc = workspace.CurrentDocument
test=uidoc.FieldGetText("Assigned_IP")
Messagebox "c:\portbounce\2.0\portbounce.exe " + test + "", MB_OK, "test"
result = Shell("c:\portbounce\2.0\portbounce.exe " & test)
End Sub
This seems to work...
Thanks Terry....
Welcome hehe
PS If i bring up a question I feel I might as well share the answer anyhow for anyone else...
Feedback response number WEBB8HUVBQ created by ~Joan Asakilyobu on 06/15/2011